* lisp.h (struct Lisp_Bool_Vector.size): EMACS_INT, not EMACS_UINT.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Jun 2011 19:08:22 +0000 (12:08 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Jun 2011 19:08:22 +0000 (12:08 -0700)
commitb10ed216e537a36f6be96162645677b463174bcc
treefee201fb9529ac81f4ea4ba7d7830f16cf55f3fe
parent03759c6bffe9e2f79cc1e76cc92a2d6e787a859e
* lisp.h (struct Lisp_Bool_Vector.size): EMACS_INT, not EMACS_UINT.

We prefer signed types, and the value cannot exceed the EMACS_INT
range anyway (because otherwise the length would not be representable).
src/ChangeLog
src/lisp.h